Click or drag to resize

GetFederationInformationResponse Class

Represents the domain collection that is returned in a GetDomainSettings Operation (SOAP), the domains that the organization has federated in a GetFederationInformation Operation (SOAP), or the domains with an organization relationship as returned by GetOrganizationRelationshipSettings Operation (SOAP).
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverGetFederationInformationResponse

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class GetFederationInformationResponse

The GetFederationInformationResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetFederationInformationResponse
Initializes a new instance of the GetFederationInformationResponse class.
Top
Properties
  NameDescription
Public propertyApplicationUri
Defines the location of an application.
Public propertyDomains
Represents the domain collection the configurations for which are returned in a GetDomainSettings Operation (SOAP), or the domains that the organization has federated in a GetFederationInformation Operation (SOAP).
Public propertyErrorCode
Represents an error code that is returned by the Autodiscover service.
Public propertyErrorMessage
Represents a message that is associated with an error code that is returned by the Autodiscover service.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also